#premium-price-wrapper {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 20px 0 80px !important;
    background: #fff !important;
    font-family: 'Montserrat', sans-serif !important;
    opacity: 0;
    animation: fadeInPrice 0.5s ease forwards;
    overflow-x: hidden !important;
    position: relative !important;
}

html {
    overflow-x: hidden !important;
    overflow-y: auto !important;
}
body {
    overflow-x: hidden !important;
    overflow-y: visible !important;
    height: auto !important;
}

@keyframes fadeInPrice { from { opacity: 0; } to { opacity: 1; } }

#premium-price-wrapper * { box-sizing: border-box !important; }

#premium-price-wrapper .fa {
    font-family: FontAwesome !important;
    font-style: normal !important;
    font-weight: normal !important;
    line-height: 1 !important;
    -webkit-font-smoothing: antialiased !important;
    display: inline-block !important;
}

#content { float: none !important; width: 100% !important; margin: 0 auto !important; display: block !important; }

.breadcrumb-top {
    background: transparent !important;
    border: none !important;
    margin-top: 40px !important;
    margin-bottom: 60px !important;
    padding: 0 15px !important;
    display: flex !important;
    justify-content: flex-start !important;
    gap: 12px !important;
    font-size: 15px !important;
    font-family: "Montserrat", sans-serif !important;
    list-style: none !important;
    font-weight: 500 !important;
    line-height: 100% !important;
}
.breadcrumb-top li { display: flex !important; align-items: center !important; }
.breadcrumb-top li a { color: #000000 !important; text-decoration: none !important; }
.breadcrumb-top li.sep { color: #000000 !important; opacity: 0.3 !important; }
.breadcrumb-top li.active { color: #5A7085 !important; }

.header-section {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 15px !important;
    margin-bottom: 50px !important;
    padding: 0 15px !important;
}
.premium-page-title {
    font-weight: 600 !important;
    color: #000000 !important;
    font-size: 33px !important;
    margin: 0 !important;
    line-height: 140% !important;
    letter-spacing: 0 !important;
    text-align: left !important;
    font-family: "Montserrat", sans-serif !important;
}

.p-nav-wrapper {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 12px 15px !important;
    margin-bottom: 40px !important;
    padding: 0 15px !important;
}
.p-nav-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 10px 25px !important;
    background: #f1f7fd !important;
    border: 1px solid transparent !important;
    border-radius: 50px !important;
    color: #5A7085 !important;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
}
.p-nav-btn:hover {
    background: #e6f0f9 !important;
    transform: translateY(-2px);
}
.p-nav-btn.active {
    background: #ffffff !important;
    border: 1px solid #97c8f0 !important;
    color: #0f172a !important;
    font-weight: 700 !important;
    box-shadow: 0 4px 12px rgba(151, 200, 240, 0.15) !important;
}

.p-cat-section { margin-top: 60px !important; }
.p-cat-section:first-of-type { margin-top: 0 !important; }
.p-topcat, .p-subcat {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
    font-size: 28px !important;
    color: #000000 !important;
    line-height: 140% !important;
    text-align: left !important;
    margin-bottom: 30px !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 15px !important;
    width: 100% !important;
    display: block !important;
    position: static !important;
}
.p-cat-box {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin-bottom: 20px !important;
}

.p-row {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 25px 15px !important;
    border-bottom: 1px solid #f1f5f9 !important;
    gap: 20px !important;
    background: transparent !important;
}

.p-cap {
    display: flex !important;
    align-items: center !important;
    gap: 25px !important;
    flex: 1 !important;
}
.p-img-wrap {
    width: 110px !important;
    height: 110px !important;
    flex-shrink: 0 !important;
    border-radius: 30px !important;
    overflow: hidden !important;
    background: #f8fafc !important;
    border: 2px solid #fff !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05) !important;
}
.p-img-wrap img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 28px !important;
}

.p-info-stack {
    display: flex !important;
    flex-direction: column !important;
    gap: 6px !important;
}
.p-info-stack a {
    text-decoration: none !important;
    color: #0d1526 !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
    font-size: 17px !important;
}
.p-stock-status {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 13px !important;
    font-weight: 500 !important;
}
.stock-in { color: #2ecc71 !important; }
.stock-out { color: #ef4444 !important; }

.p-ctrls {
    display: flex !important;
    align-items: center !important;
    gap: 40px !important;
}

.p-qty-grp {
    display: flex !important;
    align-items: center !important;
    background: #f1f5f9 !important;
    border-radius: 50px !important;
    padding: 2px !important;
    height: 40px !important;
    width: 110px !important;
    justify-content: space-between !important;
}
.p-qty-btn {
    width: 28px !important;
    height: 28px !important;
    border: none !important;
    background: transparent !important;
    color: #64748b !important;
    font-size: 18px !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.p-qty-val {
    width: 30px !important;
    border: none !important;
    background: transparent !important;
    text-align: center !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    color: #0f172a !important;
}

.p-price-display {
    font-family: 'Montserrat', sans-serif !important;
    min-width: 130px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 2px !important;
}
.p-price-display .price-old {
    font-size: 13px !important;
    color: #94a3b8 !important;
    text-decoration: line-through !important;
    font-weight: 500 !important;
}
.p-price-display .price-special {
    font-size: 22px !important;
    color: #ef4444 !important;
    font-weight: 700 !important;
}
.p-price-display .price-regular {
    font-size: 22px !important;
    color: #2D4E6A !important;
    font-weight: 700 !important;
}

.p-buy-btn {
    background: #f0f7ff !important;
    color: #8ebce6 !important;
    border: none !important;
    width: 145px !important;
    height: 46px !important;
    border-radius: 55px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    cursor: pointer !important;
    padding: 0 !important;
    transition: all 0.2s !important;
    box-shadow: none !important;
    overflow: visible !important;
    line-height: normal !important;
}
.p-buy-btn:hover { background: #8ebce6 !important; color: #fff !important; }
.p-buy-btn:disabled {
    background: #f1f5f9 !important;
    color: #94a3b8 !important;
    cursor: not-allowed !important;
    opacity: 0.7 !important;
    filter: grayscale(1) !important;
}

.p-buy-btn .btn-divider {
    width: 1px !important;
    height: 16px !important;
    background: rgba(142, 188, 230, 0.3) !important;
    display: inline-block !important;
}
.p-buy-btn:hover .btn-divider { background: rgba(255, 255, 255, 0.4) !important; }

.p-buy-btn.is-loading {
    opacity: 0.7 !important;
    pointer-events: none !important;
}

.p-row.is-promo .p-buy-btn {
    background: #fff5f5 !important;
    color: #ef4444 !important;
}
.p-row.is-promo .p-buy-btn .btn-divider {
    background: rgba(239, 68, 68, 0.2) !important;
}
.p-row.is-promo .p-buy-btn:hover {
    background: #ef4444 !important;
    color: #fff !important;
}
.p-row.is-promo .p-buy-btn:hover .btn-divider {
    background: rgba(255, 255, 255, 0.4) !important;
}

.p-floating-up {
    position: fixed !important;
    bottom: 30px !important;
    left: 30px !important;
    right: auto !important;
    width: 54px !important;
    height: 54px !important;
    background: #8ebce6 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    box-shadow: 0 4px 15px rgba(142, 188, 230, 0.4) !important;
    z-index: 99999 !important;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px) scale(0.8) !important;
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
    font-size: 20px !important;
}
.p-floating-up.visible {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) scale(1) !important;
}
.p-floating-up:hover {
    background: #2d4e6a !important;
    transform: translateY(-5px) !important;
}
@media (max-width: 768px) {
    .p-floating-up {
        bottom: 20px !important;
        left: 20px !important;
        right: auto !important;
        width: 48px !important;
        height: 48px !important;
    }
}

@media (max-width: 991px) {
    .p-nav-wrapper { gap: 6px 8px !important; justify-content: center !important; }
    .p-nav-btn { padding: 6px 14px !important; font-size: 12px !important; }

    .p-row {
        display: grid !important;
        grid-template-columns: 100px 1fr !important;
        grid-template-rows: auto auto !important;
        grid-template-areas:
                "img info"
                "img ctrls" !important;
        padding: 15px 12px !important;
        gap: 5px 15px !important;
        align-items: center !important;
        text-align: left !important;
    }

    .p-cap {
        display: contents !important;
    }

    .p-img-wrap {
        grid-area: img !important;
        width: 100px !important;
        height: 100px !important;
        border-radius: 40px !important;
        margin: 0 !important;
        background: #fff !important;
        border: 2px solid #fff !important;
        box-shadow: 0 4px 12px rgba(0,0,0,0.05) !important;
    }

    .p-info-stack {
        grid-area: info !important;
        align-items: flex-start !important;
        justify-content: flex-start !important;
        padding-top: 5px !important;
    }
    .p-info-stack a { font-size: 14px !important; line-height: 120% !important; margin-bottom: 2px !important; }
    .p-stock-status { font-size: 11px !important; }

    .p-ctrls {
        grid-area: ctrls !important;
        width: 100% !important;
        display: flex !important;
        flex-direction: row !important;
        justify-content: space-between !important;
        align-items: center !important;
        gap: 10px !important;
        margin-top: 5px !important;
    }

    .p-price-display {
        text-align: left !important;
        align-items: flex-start !important;
        min-width: auto !important;
        width: auto !important;
        flex: 1 !important;
    }
    .p-price-display .price-special,
    .p-price-display .price-regular { font-size: 18px !important; }
    .p-price-display .price-old { font-size: 11px !important; }

    .p-qty-grp {
        width: 90px !important;
        height: 34px !important;
        margin: 0 !important;
    }
    .p-qty-btn { font-size: 14px !important; width: 24px !important; height: 24px !important; }
    .p-qty-val { font-size: 13px !important; width: 20px !important; }

    .p-buy-btn {
        width: 46px !important;
        min-width: 46px !important;
        height: 38px !important;
        margin: 0 !important;
        padding: 0 !important;
        gap: 0 !important;
        border-radius: 10px !important;
        justify-content: center !important;
    }
    .p-buy-btn span, .p-buy-btn .btn-divider { display: none !important; }
    .p-buy-btn svg { margin: 0 !important; width: 18px; height: 18px; }

    .p-topcat, .p-subcat { font-size: 20px !important; text-align: center !important; margin-bottom: 20px !important; }
    .breadcrumb-top { margin-top: 15px !important; margin-bottom: 20px !important; gap: 8px !important; font-size: 13px !important; justify-content: center !important; }
    .header-section { margin-bottom: 20px !important; align-items: center !important; text-align: center !important; }
    .premium-page-title { font-size: 24px !important; }
}

.p-no-img {
    width: 100% !important;
    height: 100% !important;
    background: #fafbfc !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 40px !important;
}
.p-no-img svg { stroke: #cbd5e1 !important; }
.p-row:hover .p-no-img { background: #f1f5f9 !important; }

.p-floating-up.visible {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) scale(1) !important;
}